.banner-slides-con {
	width: 425px;
	float: left;
	position: relative;
}
.banner-slides {
	float: left;
	width: 425px !important;
	margin: 0;
}
.banner-slides .slide {
	width: 425px !important;
	float: left;
}
.slider-nav-Con {
	width: 425px;
	position: absolute;
	z-index: 999;
	clear: both;
	height: 26px;
	text-align: center;
	bottom: 20px;
}
.navi {
	width: 425px;
	height: 26px;
	margin:50px 0 0;
}
.navi a {
	width: 34px;
	height: 26px;
	margin: 0 4px 0 0;
	display: inline-block;
	text-indent: -999999px;
}
.navi a:first-child{
	background: url(../images/flag_2.png) no-repeat left bottom;
}
.navi a:last-child{
	background: url(../images/flag_1.png) no-repeat left bottom;
}
.navi a:hover {
}
.navi a.activeSlide {
	border-radius:5px;
	border:5px solid #ab3004;
}
